chore: bump @openeudi/core to 0.8.0 (sync with openid4vp@0.8.0)#7
Merged
BetelGuese merged 1 commit intomainfrom Apr 26, 2026
Merged
chore: bump @openeudi/core to 0.8.0 (sync with openid4vp@0.8.0)#7BetelGuese merged 1 commit intomainfrom
BetelGuese merged 1 commit intomainfrom
Conversation
Version-sync only; no API change in @openeudi/core. The companion @openeudi/openid4vp@0.8.0 adds: - ID3-compatibility client_metadata bridge in createSignedAuthorizationRequest - ParseOptions.trustedIssuerJwks opt-in trust path for SD-JWT VCs without x5c - Transitive SD-JWT disclosure-hash check (fix for PID-style VCs) Tests: 90/90 passing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Paired version bump with
@openeudi/openid4vp@0.8.0per the synced-versioning rule. No API change in@openeudi/corethis release.package.json+package-lock.json+src/index.tsVERSION→0.8.0CHANGELOG.md: new[0.8.0]entry dated 2026-04-26 noting the openid4vp companion's content (ID3client_metadatabridge,trustedIssuerJwks, transitive disclosure check).Verification
npm test— 90/90 passing.npm run build— ESM + CJS + .d.ts clean.Test plan
v0.8.0, push tag,release.ymlpublishes@openeudi/core@0.8.0to npm via OIDC trusted-publisher.npm view @openeudi/core version→0.8.0.openeudi/openid4vpPR #16.